home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Weather.app / menus < prev    next >
Text File  |  1993-11-14  |  24KB  |  731 lines

  1. #
  2. # This file describes the menus for the weather service.
  3. # You might need to change this to keep in synch with their simple
  4. # telnet interface at madlab.umich.edu (which so far has rarely changed).
  5. # It would be nice if the menus were read from the remote host,
  6. # but unfortunately they are not presented in a uniform or
  7. # convenient format (e.g., compare the way the "city forecast"
  8. # items are presented in this interface with the telnet version.)
  9. #
  10. # Some menu items (like the ones in the "Other" menu) pull up files
  11. # or execute simple commands.  You may wish to edit these to add new
  12. # services or modify them for local tastes.  The syntax is:
  13. #
  14. #    !command...      -- execute "command..." in the background
  15. #    |command...      -- pipe the output of "command..." into the viewer
  16. #    <file            -- display the file (ascii, RTF) in the viewer
  17. #    <<file           -- display the file in the workspace
  18. #
  19. # Michael Hawley
  20. # November 3, 1991
  21. # February 12, 1992
  22. # July 27, 1992 -- the macro $Site is hardcoded in Storm.m.
  23. #
  24. Attach:
  25.   !"telnet $Site 3000" +"telnet $Site . . ." => Connect
  26.  
  27. Detach:
  28.    "m\nx\n" +"Disconnected."
  29.  
  30. Connect:
  31.   /Trying/      +"trying . . ."
  32.   /timed out/   +"timed out!" => Detach
  33.   /unreachable/ +"unreachable!" => Detach
  34.   /Connected/   +"connecting . . ." => Login
  35.  
  36. Login:
  37.   /ress [Rr]eturn/       "m\n"
  38.   /Change scrolling/    "c\n4\n","Help" +"connected!" => Ready
  39.  
  40. Ready:
  41.   /ress [Rr]eturn/  "\n"
  42.   /Connection closed/ => Detach
  43.  
  44. Menu Main:  "WEATHER UNDERGROUND MAIN MENU" "Answers"
  45.   "<info"       null    About Weather...
  46.   "1\n"        City        Forecast for a U.S. city
  47.   "1\n"        CityClimate Climatic data for a U.S. City
  48.   "3\n"        State       Current weather (state/province)
  49.   "2\n"        Province    Forecasts for Canada
  50.   "10\n"       Inter       International Data
  51.   "9\n"        text        National Summary
  52.   "5\n"        Longrange   Long-range forecasts
  53.   "4\n"        Ski         Ski conditions
  54.   "8\n"        Hurricane   Hurricanes
  55.   "7\n"        Severe      Severe weather
  56.   "6\n"        text        Earthquakes
  57.   ""           Maps        Weather maps
  58.   ""           Other       Other weather information
  59.  
  60. Menu Maps: ""
  61.   "<Other.bundle/MapSummary"    null    About weather maps...
  62.   "<<Other.bundle/wxkey.gif"        null    Key to weather map symbols
  63.   "!Other.bundle/getMap wxmap.gif"    null    US surface & radar
  64.   "!Other.bundle/getMap ustcon.gif"    null    US temperature contour
  65.   "!Other.bundle/getMap ussfc.gif"    null    "     US surface
  66.   "!Other.bundle/getMap usnoon.gif"    null    "          ... 6-hr LFM
  67.   "!Other.bundle/getMap us24sfc.gif"    null    "          ... 24-hr LFM
  68.   "!Other.bundle/getMap usnoon24.gif"    null    "          ... 30-hr LFM
  69.   "!Other.bundle/getMap uscell.gif"    null    "     US radar + cell movement
  70.   "!Other.bundle/getMap cvis.gif"       null    US satellite photo (visible light)
  71.   "!Other.bundle/getMap cir.gif"    null    "   . . .                        (infrared)
  72.   "!Other.bundle/getMap nycsfc.gif"    null    Northeast surface
  73.   "!Other.bundle/getMap dcsfc.gif"    null    NY/Washington DC surface
  74.   "!Other.bundle/getMap dcrad.gif"    null    "   . . .                           radar
  75.   "!Other.bundle/getMap dca.gif"    null    Washington DC meteorogram
  76.   "!Other.bundle/getMap colosfc.gif"    null    Colorado surface
  77.   "!Other.bundle/getMap den.gif"    null    "   Denver meteorogram
  78.   "!Other.bundle/getMap coare.gif"    null    "      . . .      airport(?) surface
  79.   "!Other.bundle/getMap denver.gif"    null    "      . . .      something
  80.   "!Other.bundle/getMap localsfc.gif"    null    Southwest US surface
  81.   "!Other.bundle/getMap localrad.gif"    null    "   . . .                   radar
  82.   "!Other.bundle/getMap japsfc.gif"    null    Japan surface
  83.   "!Other.bundle/getMap eursfc.gif"    null    Europe surface
  84.   "!Other.bundle/getMap hgt500mb.gif"    null    US geopotential height
  85.   "!Other.bundle/getGif 4 SA"        null    US surface/radar (latest 4)
  86.   "!Other.bundle/getGif 4 CV"        null    US satellite photos (latest 4)
  87.   "!Other.bundle/getAurora"        null    Aurora Borealis forecast
  88.  
  89. Menu Other: ""
  90.   "<Other.bundle/Summary"        null    Overview
  91.   "<Other.bundle/WX-TALK.DOC"        null    Mailing lists
  92.   "<Other.bundle/DataSources"        null    Data Sources
  93.   "<Other.bundle/COMPANY.DOC"        null    Service companies
  94.   "<Other.bundle/WX-PUBS.DOC"        null    Periodicals
  95.   "<Other.bundle/SPOTFREQ.DOC"        null    Radio spotting frequencies
  96.   "<Other.bundle/SATRECPT.DOC"        null    Radio weather images
  97.   "<Other.bundle/SELS.DOC"        null    SELS Severe Storm listings
  98.   "|Other.bundle/quake"            null    More earthquake information
  99.   "|Other.bundle/mit-weather"        null    Boston/New England weather
  100.   "|Other.bundle/synoptic"        null    MIT Weather Lab
  101.   "|Other.bundle/contel"        null    ConTel Aviator Reports
  102.   "<Other.bundle/solarmail.info"    null    Solar Mail
  103.   "<Other.bundle/broadcasts.doc"    null    Solar Broadcasts
  104.   "<Other.bundle/AURORA.DOC"        null    About the Auroral Oval
  105.   "!Other.bundle/getAurora"        null    Get Aurora Borealis maps
  106.   "<Other.bundle/underground"        null    About Weather Underground
  107.   "<Other.bundle/modify"        null    Alter the regional weather
  108.  
  109. Menu State: "CURRENT WEATHER MENU" Exit
  110.   "1\nAB\n" text  Alberta
  111.   "1\nBC\n" text  British Columbia
  112.   "1\nMB\n" text  Manitoba
  113.   "1\nMR\n" text  Canadian Maritime
  114.   "1\nON\n" text  Ontario
  115.   "1\nQU\n" text  Quebec
  116.   "1\nSA\n" text  Saskatchewan
  117.   "1\nMX\n" text  Mexico
  118.   "1\nAL\n" text  Alabama
  119.   "1\nAK\n" text  Alaska
  120.   "1\nAZ\n" text  Arizona
  121.   "1\nAR\n" text  Arkansas
  122.   "1\nCA\n" text  California
  123.   "1\nCO\n" text  Colorado
  124.   "1\nCT\n" text  Connecticut
  125.   "1\nDC\n" text  Washington, DC
  126.   "1\nDE\n" text  Delaware
  127.   "1\nFL\n" text  Florida
  128.   "1\nGA\n" text  Georgia
  129.   "1\nHI\n" text  Hawaii
  130.   "1\nIA\n" text  Iowa
  131.   "1\nID\n" text  Idaho
  132.   "1\nIL\n" text  Illinois
  133.   "1\nIN\n" text  Indiana
  134.   "1\nKS\n" text  Kansas
  135.   "1\nKY\n" text  Kentucky
  136.   "1\nLA\n" text  Louisiana
  137.   "1\nOK\n" text  Oklahoma
  138.   "1\nOR\n" text  Oregon
  139.   "1\nMA\n" text  Massachusetts
  140.   "1\nMD\n" text  Maryland
  141.   "1\nME\n" text  Maine
  142.   "1\nMI\n" text  Michigan
  143.   "1\nMN\n" text  Minnesota
  144.   "1\nMO\n" text  Missouri
  145.   "1\nMS\n" text  Mississippi
  146.   "1\nMT\n" text  Montana
  147.   "1\nNE\n" text  Nebraska
  148.   "1\nNH\n" text  New Hampshire
  149.   "1\nNJ\n" text  New Jersey
  150.   "1\nNM\n" text  New Mexico
  151.   "1\nNY\n" text  New York
  152.   "1\nNV\n" text  Nevada
  153.   "1\nNC\n" text  North Carolina
  154.   "1\nND\n" text  North Dakota
  155.   "1\nOH\n" text  Ohio
  156.   "1\nPA\n" text  Pennsylvania
  157.   "1\nPR\n" text  Puerto Rico
  158.   "1\nRI\n" text  Rhode Island
  159.   "1\nSC\n" text  South Carolina
  160.   "1\nSD\n" text  South Dakota
  161.   "1\nTN\n" text  Tennessee
  162.   "1\nTX\n" text  Texas
  163.   "1\nUT\n" text  Utah
  164.   "1\nVA\n" text  Virginia
  165.   "1\nVT\n" text  Vermont
  166.   "1\nWA\n" text  Washington
  167.   "1\nWI\n" text  Wisconsin
  168.   "1\nWV\n" text  West Virginia
  169.   "1\nWY\n" text  Wyoming
  170.  
  171. Menu Province:  "CANADIAN FORECASTS" "Exit"
  172.   "1\n"   text  Southern Alberta
  173.   "2\n"   text  Central Alberta
  174.   "3\n"   text  Northern Alberta, NE B.C.
  175.   "4\n"   text  Coastal British Columbia
  176.   "5\n"   text  Interior British Columbia
  177.   "6\n"   text  Southern Manitoba
  178.   "7\n"   text  Northern Manitoba
  179.   "8\n"   text  Nova Scotia
  180.   "9\n"   text  Prince Edward Island
  181.   "10\n"  text  New Brunswick
  182.   "11\n"  text  Labrador
  183.   "12\n"  text  Newfoundland
  184.   "13\n"  text  Southern Ontario
  185.   "14\n"  text  Northern Ontario
  186.   "15\n"  text  Northwest Ontario
  187.   "16\n"  text  Southern Saskatchewan
  188.   "17\n"  text  Northern Saskatchewan
  189.   "18\n"  text  Yukon
  190.   "19\n"  text  Southern Quebec
  191.   "20\n"  text  Northern Quebec
  192.   "21\n"  text  Northwest Territories
  193.  
  194. Menu Ski: "     SKI REPORTS" Information
  195.   "?\n\n"  text  Help
  196.   "1\n\n"  text  New York
  197.   "2\n\n"  text  CT, MA, ME, NH, VT
  198.   "3\n\n"  text  NC, VA, WV, GA, TN
  199.   "4\n\n"  text  Colorado
  200.   "5\n\n"  text  NE Washington, N Idaho
  201.   "6\n\n"  text  Remainder of Idaho
  202.   "7\n\n"  text  Utah
  203.   "8\n\n"  text  New Mexico
  204.  
  205. Menu Longrange: "LONG-RANGE FORECAST MENU" Exit
  206.   "1\n"  text  6-10 day outlook for U.S.
  207.   "2\n"  text  30-day outlook for the U.S.
  208.   "3\n"  text  90-day outlook for the U.S.
  209.   "4\n"  text  1-7 day temps for Eastern U.S.
  210.   "5\n"  text  1-7 day temps for Central U.S.
  211.   "6\n"  text  1-7 day temps for Southwest U.S.
  212.   "7\n"  text  1-7 day temps for Northwest U.S. & Canada
  213.  
  214. Menu Hurricane: "HURRICANE ADVISORIES" Exit
  215.   "1\n"  text  Atlantic Ocean
  216.   "2\n"  text  East Pacific Ocean
  217.   "3\n"  text  Central Pacific Ocean
  218.   "4\n"  text  West Pacific Ocean
  219.   "5\n"  text  Indian Ocean
  220.   "6\n"  text  1993 Atlantic season forecast
  221.   "7\n"  text  Hurricane Andrew damage reports
  222.   "8\n"  text  Current local hurricane statements
  223.  
  224. Menu Severe: "SEVERE WEATHER MENU" "Help and information on severe weather options"
  225.   "?\n"  text  Help
  226.   "1\n"  text  Current watches
  227.   "2\n"  text  Warnings issued in past 6 hours
  228.   "3\n"  text  Flood warnings issued in past 6 hours
  229.   "4\n"  text  Storm reports issued in past 6 hours
  230.   "5\n"  text  Severe weather statements issued in past 6 hours
  231.   "6\n"  text  Winter weather statements issued in past 6 hours
  232.   "7\n"  text  Special weather statements issued in past 6 hours
  233.   "8\n"  text  24 hour log of tornado and severe thunderstorms
  234.   "9\n"  text  Monthly tornado statistics
  235.  
  236. Menu City:  "CITY FORECAST MENU" "Help"
  237. "1\nABW\n"    text    AK Barrow
  238. "1\nADQ\n"    text    AK Kodiak
  239. "1\nAFA\n"    text    AK Fairbanks
  240. "1\nAJN\n"    text    AK Juneau
  241. "1\nAMC\n"    text    AK McGrath
  242. "1\nANC\n"    text    AK Anchorage
  243. "1\nANT\n"    text    AK Ketchikan
  244. "1\nAOM\n"    text    AK Nome
  245. "1\nAVD\n"    text    AK Valdez
  246. "1\nAYA\n"    text    AK Yakutat
  247. "1\nBHM\n"    text    AL Birmingham
  248. "1\nHSV\n"    text    AL Huntsville
  249. "1\nMGM\n"    text    AL Montgomery
  250. "1\nMOB\n"    text    AL Mobile
  251. "1\nFSM\n"    text    AR Fort Smith
  252. "1\nLIT\n"    text    AR Little Rock
  253. "1\nFLG\n"    text    AZ Flagstaff
  254. "1\nGCN\n"    text    AZ Grand Canyon
  255. "1\nINW\n"    text    AZ Winslow
  256. "1\nPGA\n"    text    AZ Page
  257. "1\nPHX\n"    text    AZ Phoenix
  258. "1\nTUS\n"    text    AZ Tucson
  259. "1\nYUM\n"    text    AZ Yuma
  260. "1\nBFL\n"    text    CA Bakersfield
  261. "1\nCEC\n"    text    CA Crescent City
  262. "1\nEKA\n"    text    CA Eureka
  263. "1\nFAT\n"    text    CA Clovis/Fresno
  264. "1\nLAX\n"    text    CA Los Angeles
  265. "1\nMHS\n"    text    CA Mt Shasta/Eureka
  266. "1\nRDD\n"    text    CA Redding
  267. "1\nSAC\n"    text    CA Sacramento
  268. "1\nSAN\n"    text    CA San Diego
  269. "1\nSBA\n"    text    CA Santa Barbara
  270. "1\nSCK\n"    text    CA Stockton-Modesto
  271. "1\nSFO\n"    text    CA San Francisco
  272. "1\nSJC\n"    text    CA San Jose
  273. "1\nSMX\n"    text    CA San Maria
  274. "1\nYOS\n"    text    CA Yosemite Park
  275. "1\nALS\n"    text    CO Alamosa
  276. "1\nCOS\n"    text    CO Colorado Springs
  277. "1\nDEN\n"    text    CO Denver
  278. "1\nGJT\n"    text    CO Grand Junction
  279. "1\nPUB\n"    text    CO Pueblo
  280. "1\nBDL\n"    text    CT Hartford/Springfield
  281. "1\nBDR\n"    text    CT Bridgeport/New Haven
  282. "1\nWBC\n"    text    DC Washington DC
  283. "1\nILG\n"    text    DE Wilmington
  284. "1\nAQQ\n"    text    FL Apalachicola
  285. "1\nDAB\n"    text    FL Daytona Beach
  286. "1\nEYW\n"    text    FL Key West
  287. "1\nFMY\n"    text    FL Fort Myers
  288. "1\nJAX\n"    text    FL Jacksonville
  289. "1\nMCO\n"    text    FL Orlando
  290. "1\nMIA\n"    text    FL Miami/Fort Lauderdale
  291. "1\nMLB\n"    text    FL Melbourne
  292. "1\nPBI\n"    text    FL Palm Beach
  293. "1\nPNS\n"    text    FL Pensacola
  294. "1\nTBW\n"    text    FL Tampa Bay
  295. "1\nTLH\n"    text    FL Tallahassee
  296. "1\nAGS\n"    text    GA Augusta
  297. "1\nAHN\n"    text    GA Athens
  298. "1\nATL\n"    text    GA Atlanta
  299. "1\nCSG\n"    text    GA Columbus
  300. "1\nMCN\n"    text    GA Macon
  301. "1\nSAV\n"    text    GA Savannah
  302. "1\nHLI\n"    text    HI Lihue
  303. "1\nHNL\n"    text    HI Honolulu
  304. "1\nHOG\n"    text    HI Kahului
  305. "1\nHTO\n"    text    HI Hilo
  306. "1\nALO\n"    text    IA Waterloo
  307. "1\nDBQ\n"    text    IA Dubuque
  308. "1\nDSM\n"    text    IA Des Moines
  309. "1\nSUX\n"    text    IA Sioux City
  310. "1\nBOI\n"    text    ID Boise
  311. "1\nLWS\n"    text    ID Lewiston
  312. "1\nPIH\n"    text    ID Pocatello
  313. "1\nTWF\n"    text    ID Twin Falls
  314. "1\nCHI\n"    text    IL Chicago
  315. "1\nMLI\n"    text    IL Quad Cities
  316. "1\nPIA\n"    text    IL Peoria
  317. "1\nRFD\n"    text    IL Rockford
  318. "1\nSPI\n"    text    IL Springfield
  319. "1\nEVV\n"    text    IN Evansville
  320. "1\nFWA\n"    text    IN Fort Wayne
  321. "1\nIND\n"    text    IN Indianapolis
  322. "1\nSBN\n"    text    IN South Bend
  323. "1\nCNK\n"    text    KS Concordia
  324. "1\nDDC\n"    text    KS Dodge City
  325. "1\nGLD\n"    text    KS Goodland/Colby
  326. "1\nICT\n"    text    KS Wichita
  327. "1\nTOP\n"    text    KS Topeka
  328. "1\nJKL\n"    text    KY Jackson
  329. "1\nLEX\n"    text    KY Lexington
  330. "1\nPAH\n"    text    KY Paducah
  331. "1\nSDF\n"    text    KY Louisville
  332. "1\nBTR\n"    text    LA Baton Rouge
  333. "1\nLCH\n"    text    LA Lake Charles
  334. "1\nNEW\n"    text    LA New Orleans
  335. "1\nSHV\n"    text    LA Shreveport
  336. "1\nBOS\n"    text    MA Boston
  337. "1\nORH\n"    text    MA Worcester
  338. "1\nBWI\n"    text    MD Baltimore
  339. "1\nCAR\n"    text    ME Caribou
  340. "1\nPWM\n"    text    ME Portland
  341. "1\nAPN\n"    text    MI Alpena
  342. "1\nDTW\n"    text    MI Detroit
  343. "1\nFNT\n"    text    MI Flint
  344. "1\nGRR\n"    text    MI Grand Rapids
  345. "1\nHTL\n"    text    MI Houghton Lake
  346. "1\nLAN\n"    text    MI Lansing
  347. "1\nMKG\n"    text    MI Muskegon
  348. "1\nMQT\n"    text    MI Marquette
  349. "1\nSSM\n"    text    MI Sault Ste Marie
  350. "1\nDLH\n"    text    MN Duluth
  351. "1\nINL\n"    text    MN International Falls
  352. "1\nMSP\n"    text    MN Twin Cities
  353. "1\nRST\n"    text    MN Rochester
  354. "1\nSTC\n"    text    MN St Cloud
  355. "1\nCOU\n"    text    MO Columbia
  356. "1\nMCI\n"    text    MO Kansas City
  357. "1\nSGF\n"    text    MO Springfield
  358. "1\nSTJ\n"    text    MO St Joseph
  359. "1\nSTL\n"    text    MO St Louis
  360. "1\nJAN\n"    text    MS Jackson
  361. "1\nMEI\n"    text    MS Meridian
  362. "1\nTUP\n"    text    MS Tupelo
  363. "1\nBIL\n"    text    MT Billings
  364. "1\nFCA\n"    text    MT Kalispell
  365. "1\nGGW\n"    text    MT Glasgow
  366. "1\nGTF\n"    text    MT Great Falls
  367. "1\nGLA\n"    text    MT Glacier National Park
  368. "1\nHLN\n"    text    MT Helena
  369. "1\nHVR\n"    text    MT Havre
  370. "1\nMSO\n"    text    MT Missoula
  371. "1\nAVL\n"    text    NC Asheville
  372. "1\nCLT\n"    text    NC Charlotte
  373. "1\nGSO\n"    text    NC Greensboro
  374. "1\nILM\n"    text    NC Wilmington
  375. "1\nRDU\n"    text    NC Raleigh/durham
  376. "1\nBIS\n"    text    ND Bismarck
  377. "1\nFAR\n"    text    ND Fargo
  378. "1\nISN\n"    text    ND Williston
  379. "1\nBFF\n"    text    NE Scottsbluff
  380. "1\nGRI\n"    text    NE Grand Island
  381. "1\nLBF\n"    text    NE North Platte
  382. "1\nLNK\n"    text    NE Lincoln
  383. "1\nOFK\n"    text    NE Norfolk
  384. "1\nOMA\n"    text    NE Omaha
  385. "1\nVTN\n"    text    NE Valentine
  386. "1\nCON\n"    text    NH Concord
  387. "1\nACY\n"    text    NJ Atlantic City
  388. "1\nEWR\n"    text    NJ Newark
  389. "1\nABQ\n"    text    NM Albuquerque
  390. "1\nEKO\n"    text    NV Elko
  391. "1\nELY\n"    text    NV Ely
  392. "1\nLAS\n"    text    NV Las Vegas
  393. "1\nRNO\n"    text    NV Reno/Carson City
  394. "1\nWMC\n"    text    NV Winnemucca
  395. "1\nBGM\n"    text    NY Binghamton
  396. "1\nBUF\n"    text    NY Buffalo
  397. "1\nNYC\n"    text    NY New York City
  398. "1\nROC\n"    text    NY Rochester
  399. "1\nSYR\n"    text    NY Syracuse
  400. "1\nCAK\n"    text    OH Akron/Canton
  401. "1\nCLE\n"    text    OH Cleveland
  402. "1\nCMH\n"    text    OH Columbus
  403. "1\nCVG\n"    text    OH Cincinnati
  404. "1\nDAY\n"    text    OH Dayton
  405. "1\nMFD\n"    text    OH Mansfield
  406. "1\nTOL\n"    text    OH Toledo
  407. "1\nYNG\n"    text    OH Youngstown-Warren
  408. "1\nOKC\n"    text    OK Oklahoma City
  409. "1\nTUL\n"    text    OK Tulsa
  410. "1\nAST\n"    text    OR Astoria
  411. "1\nEUG\n"    text    OR Eugene/Springfield
  412. "1\nLMT\n"    text    OR Klamath Falls
  413. "1\nMFR\n"    text    OR Medford/Ashland
  414. "1\nPDT\n"    text    OR Pendleton
  415. "1\nPDX\n"    text    OR Portland
  416. "1\nRDM\n"    text    OR Redmond Bend
  417. "1\nSLE\n"    text    OR Salem
  418. "1\nABE\n"    text    PA Lehigh Valley
  419. "1\nAVP\n"    text    PA Wilkes-Barre/Scranton
  420. "1\nERI\n"    text    PA Erie
  421. "1\nHAR\n"    text    PA Harrisburg
  422. "1\nIPT\n"    text    PA Williamsport
  423. "1\nPHL\n"    text    PA Philadelphia
  424. "1\nPIT\n"    text    PA Pittsburgh
  425. "1\nSJU\n"    text    PR San Juan
  426. "1\nPVD\n"    text    RI Providence
  427. "1\nCAE\n"    text    SC Columbia
  428. "1\nCHS\n"    text    SC Charleston
  429. "1\nGSP\n"    text    SC Greenville
  430. "1\nABR\n"    text    SD Aberdeen
  431. "1\nFSD\n"    text    SD Sioux Falls
  432. "1\nHON\n"    text    SD Huron
  433. "1\nRAP\n"    text    SD Rapid City
  434. "1\nBNA\n"    text    TN Nashville
  435. "1\nCHA\n"    text    TN Chattanooga
  436. "1\nMEM\n"    text    TN Memphis
  437. "1\nTRI\n"    text    TN Tri City
  438. "1\nTYS\n"    text    TN Knoxville
  439. "1\nABI\n"    text    TX Abilene
  440. "1\nACT\n"    text    TX Waco
  441. "1\nAMA\n"    text    TX Amarillo
  442. "1\nAUS\n"    text    TX Austin
  443. "1\nBPT\n"    text    TX Beaumont/Port Arthur
  444. "1\nBRO\n"    text    TX Brownsville
  445. "1\nCRP\n"    text    TX Corpus Christi
  446. "1\nDRT\n"    text    TX Del Rio
  447. "1\nELP\n"    text    TX El Paso
  448. "1\nFTW\n"    text    TX Dallas/Fort Worth
  449. "1\nGLS\n"    text    TX Galveston
  450. "1\nHOU\n"    text    TX Houston
  451. "1\nLBB\n"    text    TX Lubbock
  452. "1\nMAF\n"    text    TX Midland/Odessa
  453. "1\nSAT\n"    text    TX San Antonio
  454. "1\nSJT\n"    text    TX San Angelo
  455. "1\nSPS\n"    text    TX Wichita Falls
  456. "1\nVCT\n"    text    TX Victoria
  457. "1\nLYH\n"    text    VA Lynchburg
  458. "1\nORF\n"    text    VA Hampton Roads
  459. "1\nRIC\n"    text    VA Richmond
  460. "1\nROA\n"    text    VA Roanoke
  461. "1\nBTV\n"    text    VT Burlington
  462. "1\nALW\n"    text    WA Walla Walla
  463. "1\nGEG\n"    text    WA Spokane
  464. "1\nOLM\n"    text    WA Olympia
  465. "1\nRAI\n"    text    WA Mt Rainier
  466. "1\nSEA\n"    text    WA Seattle
  467. "1\nYKM\n"    text    WA Yakima
  468. "1\nGRB\n"    text    WI Green Bay
  469. "1\nLSE\n"    text    WI La Crosse
  470. "1\nMKE\n"    text    WI Milwaukee
  471. "1\nMSN\n"    text    WI Madison
  472. "1\nBKW\n"    text    WV Beckley
  473. "1\nCRW\n"    text    WV Charleston
  474. "1\nEKN\n"    text    WV Elkins
  475. "1\nHTS\n"    text    WV Huntington/Ashland
  476. "1\nCPR\n"    text    WY Casper
  477. "1\nCYS\n"    text    WY Cheyenne
  478. "1\nLND\n"    text    WY Lander
  479. "1\nSHR\n"    text    WY Sheridan
  480.  
  481. Menu CityClimate:  "CITY FORECAST MENU" "Help"
  482. "2\nABW\n"    text    AK Barrow
  483. "2\nADQ\n"    text    AK Kodiak
  484. "2\nAFA\n"    text    AK Fairbanks
  485. "2\nAJN\n"    text    AK Juneau
  486. "2\nAMC\n"    text    AK McGrath
  487. "2\nANC\n"    text    AK Anchorage
  488. "2\nANT\n"    text    AK Ketchikan
  489. "2\nAOM\n"    text    AK Nome
  490. "2\nAVD\n"    text    AK Valdez
  491. "2\nAYA\n"    text    AK Yakutat
  492. "2\nBHM\n"    text    AL Birmingham
  493. "2\nHSV\n"    text    AL Huntsville
  494. "2\nMGM\n"    text    AL Montgomery
  495. "2\nMOB\n"    text    AL Mobile
  496. "2\nFSM\n"    text    AR Fort Smith
  497. "2\nLIT\n"    text    AR Little Rock
  498. "2\nFLG\n"    text    AZ Flagstaff
  499. "2\nGCN\n"    text    AZ Grand Canyon
  500. "2\nINW\n"    text    AZ Winslow
  501. "2\nPGA\n"    text    AZ Page
  502. "2\nPHX\n"    text    AZ Phoenix
  503. "2\nTUS\n"    text    AZ Tucson
  504. "2\nYUM\n"    text    AZ Yuma
  505. "2\nBFL\n"    text    CA Bakersfield
  506. "2\nCEC\n"    text    CA Crescent City
  507. "2\nEKA\n"    text    CA Eureka
  508. "2\nFAT\n"    text    CA Clovis/Fresno
  509. "2\nLAX\n"    text    CA Los Angeles
  510. "2\nMHS\n"    text    CA Mt Shasta/Eureka
  511. "2\nRDD\n"    text    CA Redding
  512. "2\nSAC\n"    text    CA Sacramento
  513. "2\nSAN\n"    text    CA San Diego
  514. "2\nSBA\n"    text    CA Santa Barbara
  515. "2\nSCK\n"    text    CA Stockton-Modesto
  516. "2\nSFO\n"    text    CA San Francisco
  517. "2\nSJC\n"    text    CA San Jose
  518. "2\nSMX\n"    text    CA San Maria
  519. "2\nYOS\n"    text    CA Yosemite Park
  520. "2\nALS\n"    text    CO Alamosa
  521. "2\nCOS\n"    text    CO Colorado Springs
  522. "2\nDEN\n"    text    CO Denver
  523. "2\nGJT\n"    text    CO Grand Junction
  524. "2\nPUB\n"    text    CO Pueblo
  525. "2\nBDL\n"    text    CT Hartford/Springfield
  526. "2\nBDR\n"    text    CT Bridgeport/New Haven
  527. "2\nWBC\n"    text    DC Washington DC
  528. "2\nILG\n"    text    DE Wilmington
  529. "2\nAQQ\n"    text    FL Apalachicola
  530. "2\nDAB\n"    text    FL Daytona Beach
  531. "2\nEYW\n"    text    FL Key West
  532. "2\nFMY\n"    text    FL Fort Myers
  533. "2\nJAX\n"    text    FL Jacksonville
  534. "2\nMCO\n"    text    FL Orlando
  535. "2\nMIA\n"    text    FL Miami/Fort Lauderdale
  536. "2\nMLB\n"    text    FL Melbourne
  537. "2\nPBI\n"    text    FL Palm Beach
  538. "2\nPNS\n"    text    FL Pensacola
  539. "2\nTBW\n"    text    FL Tampa Bay
  540. "2\nTLH\n"    text    FL Tallahassee
  541. "2\nAGS\n"    text    GA Augusta
  542. "2\nAHN\n"    text    GA Athens
  543. "2\nATL\n"    text    GA Atlanta
  544. "2\nCSG\n"    text    GA Columbus
  545. "2\nMCN\n"    text    GA Macon
  546. "2\nSAV\n"    text    GA Savannah
  547. "2\nHLI\n"    text    HI Lihue
  548. "2\nHNL\n"    text    HI Honolulu
  549. "2\nHOG\n"    text    HI Kahului
  550. "2\nHTO\n"    text    HI Hilo
  551. "2\nALO\n"    text    IA Waterloo
  552. "2\nDBQ\n"    text    IA Dubuque
  553. "2\nDSM\n"    text    IA Des Moines
  554. "2\nSUX\n"    text    IA Sioux City
  555. "2\nBOI\n"    text    ID Boise
  556. "2\nLWS\n"    text    ID Lewiston
  557. "2\nPIH\n"    text    ID Pocatello
  558. "2\nTWF\n"    text    ID Twin Falls
  559. "2\nCHI\n"    text    IL Chicago
  560. "2\nMLI\n"    text    IL Quad Cities
  561. "2\nPIA\n"    text    IL Peoria
  562. "2\nRFD\n"    text    IL Rockford
  563. "2\nSPI\n"    text    IL Springfield
  564. "2\nEVV\n"    text    IN Evansville
  565. "2\nFWA\n"    text    IN Fort Wayne
  566. "2\nIND\n"    text    IN Indianapolis
  567. "2\nSBN\n"    text    IN South Bend
  568. "2\nCNK\n"    text    KS Concordia
  569. "2\nDDC\n"    text    KS Dodge City
  570. "2\nGLD\n"    text    KS Goodland/Colby
  571. "2\nICT\n"    text    KS Wichita
  572. "2\nTOP\n"    text    KS Topeka
  573. "2\nJKL\n"    text    KY Jackson
  574. "2\nLEX\n"    text    KY Lexington
  575. "2\nPAH\n"    text    KY Paducah
  576. "2\nSDF\n"    text    KY Louisville
  577. "2\nBTR\n"    text    LA Baton Rouge
  578. "2\nLCH\n"    text    LA Lake Charles
  579. "2\nNEW\n"    text    LA New Orleans
  580. "2\nSHV\n"    text    LA Shreveport
  581. "2\nBOS\n"    text    MA Boston
  582. "2\nORH\n"    text    MA Worcester
  583. "2\nBWI\n"    text    MD Baltimore
  584. "2\nCAR\n"    text    ME Caribou
  585. "2\nPWM\n"    text    ME Portland
  586. "2\nAPN\n"    text    MI Alpena
  587. "2\nDTW\n"    text    MI Detroit
  588. "2\nFNT\n"    text    MI Flint
  589. "2\nGRR\n"    text    MI Grand Rapids
  590. "2\nHTL\n"    text    MI Houghton Lake
  591. "2\nLAN\n"    text    MI Lansing
  592. "2\nMKG\n"    text    MI Muskegon
  593. "2\nMQT\n"    text    MI Marquette
  594. "2\nSSM\n"    text    MI Sault Ste Marie
  595. "2\nDLH\n"    text    MN Duluth
  596. "2\nINL\n"    text    MN International Falls
  597. "2\nMSP\n"    text    MN Twin Cities
  598. "2\nRST\n"    text    MN Rochester
  599. "2\nSTC\n"    text    MN St Cloud
  600. "2\nCOU\n"    text    MO Columbia
  601. "2\nMCI\n"    text    MO Kansas City
  602. "2\nSGF\n"    text    MO Springfield
  603. "2\nSTJ\n"    text    MO St Joseph
  604. "2\nSTL\n"    text    MO St Louis
  605. "2\nJAN\n"    text    MS Jackson
  606. "2\nMEI\n"    text    MS Meridian
  607. "2\nTUP\n"    text    MS Tupelo
  608. "2\nBIL\n"    text    MT Billings
  609. "2\nFCA\n"    text    MT Kalispell
  610. "2\nGGW\n"    text    MT Glasgow
  611. "2\nGTF\n"    text    MT Great Falls
  612. "2\nGLA\n"    text    MT Glacier National Park
  613. "2\nHLN\n"    text    MT Helena
  614. "2\nHVR\n"    text    MT Havre
  615. "2\nMSO\n"    text    MT Missoula
  616. "2\nAVL\n"    text    NC Asheville
  617. "2\nCLT\n"    text    NC Charlotte
  618. "2\nGSO\n"    text    NC Greensboro
  619. "2\nILM\n"    text    NC Wilmington
  620. "2\nRDU\n"    text    NC Raleigh/durham
  621. "2\nBIS\n"    text    ND Bismarck
  622. "2\nFAR\n"    text    ND Fargo
  623. "2\nISN\n"    text    ND Williston
  624. "2\nBFF\n"    text    NE Scottsbluff
  625. "2\nGRI\n"    text    NE Grand Island
  626. "2\nLBF\n"    text    NE North Platte
  627. "2\nLNK\n"    text    NE Lincoln
  628. "2\nOFK\n"    text    NE Norfolk
  629. "2\nOMA\n"    text    NE Omaha
  630. "2\nVTN\n"    text    NE Valentine
  631. "2\nCON\n"    text    NH Concord
  632. "2\nACY\n"    text    NJ Atlantic City
  633. "2\nEWR\n"    text    NJ Newark
  634. "2\nABQ\n"    text    NM Albuquerque
  635. "2\nEKO\n"    text    NV Elko
  636. "2\nELY\n"    text    NV Ely
  637. "2\nLAS\n"    text    NV Las Vegas
  638. "2\nRNO\n"    text    NV Reno/Carson City
  639. "2\nWMC\n"    text    NV Winnemucca
  640. "2\nBGM\n"    text    NY Binghamton
  641. "2\nBUF\n"    text    NY Buffalo
  642. "2\nNYC\n"    text    NY New York City
  643. "2\nROC\n"    text    NY Rochester
  644. "2\nSYR\n"    text    NY Syracuse
  645. "2\nCAK\n"    text    OH Akron/Canton
  646. "2\nCLE\n"    text    OH Cleveland
  647. "2\nCMH\n"    text    OH Columbus
  648. "2\nCVG\n"    text    OH Cincinnati
  649. "2\nDAY\n"    text    OH Dayton
  650. "2\nMFD\n"    text    OH Mansfield
  651. "2\nTOL\n"    text    OH Toledo
  652. "2\nYNG\n"    text    OH Youngstown-Warren
  653. "2\nOKC\n"    text    OK Oklahoma City
  654. "2\nTUL\n"    text    OK Tulsa
  655. "2\nAST\n"    text    OR Astoria
  656. "2\nEUG\n"    text    OR Eugene/Springfield
  657. "2\nLMT\n"    text    OR Klamath Falls
  658. "2\nMFR\n"    text    OR Medford/Ashland
  659. "2\nPDT\n"    text    OR Pendleton
  660. "2\nPDX\n"    text    OR Portland
  661. "2\nRDM\n"    text    OR Redmond Bend
  662. "2\nSLE\n"    text    OR Salem
  663. "2\nABE\n"    text    PA Lehigh Valley
  664. "2\nAVP\n"    text    PA Wilkes-Barre/Scranton
  665. "2\nERI\n"    text    PA Erie
  666. "2\nHAR\n"    text    PA Harrisburg
  667. "2\nIPT\n"    text    PA Williamsport
  668. "2\nPHL\n"    text    PA Philadelphia
  669. "2\nPIT\n"    text    PA Pittsburgh
  670. "2\nSJU\n"    text    PR San Juan
  671. "2\nPVD\n"    text    RI Providence
  672. "2\nCAE\n"    text    SC Columbia
  673. "2\nCHS\n"    text    SC Charleston
  674. "2\nGSP\n"    text    SC Greenville
  675. "2\nABR\n"    text    SD Aberdeen
  676. "2\nFSD\n"    text    SD Sioux Falls
  677. "2\nHON\n"    text    SD Huron
  678. "2\nRAP\n"    text    SD Rapid City
  679. "2\nBNA\n"    text    TN Nashville
  680. "2\nCHA\n"    text    TN Chattanooga
  681. "2\nMEM\n"    text    TN Memphis
  682. "2\nTRI\n"    text    TN Tri City
  683. "2\nTYS\n"    text    TN Knoxville
  684. "2\nABI\n"    text    TX Abilene
  685. "2\nACT\n"    text    TX Waco
  686. "2\nAMA\n"    text    TX Amarillo
  687. "2\nAUS\n"    text    TX Austin
  688. "2\nBPT\n"    text    TX Beaumont/Port Arthur
  689. "2\nBRO\n"    text    TX Brownsville
  690. "2\nCRP\n"    text    TX Corpus Christi
  691. "2\nDRT\n"    text    TX Del Rio
  692. "2\nELP\n"    text    TX El Paso
  693. "2\nFTW\n"    text    TX Dallas/Fort Worth
  694. "2\nGLS\n"    text    TX Galveston
  695. "2\nHOU\n"    text    TX Houston
  696. "2\nLBB\n"    text    TX Lubbock
  697. "2\nMAF\n"    text    TX Midland/Odessa
  698. "2\nSAT\n"    text    TX San Antonio
  699. "2\nSJT\n"    text    TX San Angelo
  700. "2\nSPS\n"    text    TX Wichita Falls
  701. "2\nVCT\n"    text    TX Victoria
  702. "2\nLYH\n"    text    VA Lynchburg
  703. "2\nORF\n"    text    VA Hampton Roads
  704. "2\nRIC\n"    text    VA Richmond
  705. "2\nROA\n"    text    VA Roanoke
  706. "2\nBTV\n"    text    VT Burlington
  707. "2\nALW\n"    text    WA Walla Walla
  708. "2\nGEG\n"    text    WA Spokane
  709. "2\nOLM\n"    text    WA Olympia
  710. "2\nRAI\n"    text    WA Mt Rainier
  711. "2\nSEA\n"    text    WA Seattle
  712. "2\nYKM\n"    text    WA Yakima
  713. "2\nGRB\n"    text    WI Green Bay
  714. "2\nLSE\n"    text    WI La Crosse
  715. "2\nMKE\n"    text    WI Milwaukee
  716. "2\nMSN\n"    text    WI Madison
  717. "2\nBKW\n"    text    WV Beckley
  718. "2\nCRW\n"    text    WV Charleston
  719. "2\nEKN\n"    text    WV Elkins
  720. "2\nHTS\n"    text    WV Huntington/Ashland
  721. "2\nCPR\n"    text    WY Casper
  722. "2\nCYS\n"    text    WY Cheyenne
  723. "2\nLND\n"    text    WY Lander
  724. "2\nSHR\n"    text    WY Sheridan
  725.  
  726. Menu Inter: "CURRENT INTERNATIONAL WEATHER OBSERVATIONS" "Exit program"
  727.   "?\n\n"  text  Why no international forecasts?
  728.   "1\n\n"  text  Caribbean area
  729.   "2\n\n"  text  Central and South America
  730.   "3\n\n"  text  Europe, Asia, Africa, Australia
  731.